home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / md8610.arc / GENERATE.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-01-08  |  1019 b   |  34 lines

  1. Echo off
  2. Cls
  3. Echo Will Generate MD86A.COM, MD86B.COM, MD86C.COM and MD86D.COM from MD86.COM.
  4. Echo  
  5. Echo Requires MD86.COM and the Dos DEBUG.COM in the default drive/directory.
  6. Echo  (Debug.Com may instead be in the path).
  7. Echo  
  8. Echo If all is ok hit RETURN, if not hit  Ctrl-Brk  then   Y
  9. Pause >nul
  10. Cls
  11. Echo Generating Debug Script file...
  12. Echo  
  13. Echo n Md86.Com >$Delete$.$Me
  14. Echo l >>$Delete$.$Me
  15. Echo n Md86A.Com >>$Delete$.$Me
  16. Echo e 155 14 "Default display mod" >>$Delete$.$Me
  17. Echo e 16d ff >>$Delete$.$Me
  18. Echo w >>$Delete$.$Me
  19. Echo n Md86B.Com >>$Delete$.$Me
  20. Echo w >>$Delete$.$Me
  21. Echo n Md86C.Com >>$Delete$.$Me
  22. Echo e 155 13 "Color display 80x25" >>$Delete$.$Me
  23. Echo e 16d 03 >>$Delete$.$Me
  24. Echo w >>$Delete$.$Me
  25. Echo n Md86D.Com >>$Delete$.$Me
  26. Echo e 155 13 "b/w   display 80x25" >>$Delete$.$Me
  27. Echo e 16d 02 >>$Delete$.$Me
  28. Echo w >>$Delete$.$Me
  29. Echo q >>$Delete$.$Me
  30. Debug <$Delete$.$Me
  31. Del $Delete$.$Me
  32. Echo  
  33. Echo If no Errors were displayed, Generation was successful.
  34.